home *** CD-ROM | disk | FTP | other *** search
/ PC Media 7 / PC MEDIA CD07.iso / share / uwin / cassette / cassette.def < prev    next >
Encoding:
Text File  |  1994-06-28  |  612 b   |  22 lines

  1. ; Copyright (c) 1994, William Wagner
  2. ; All Rights reserved.
  3. ;
  4. ; This source is a portion of a shareware program.  It may be distributed
  5. ; only in its entirety.  The copyright statements must be included with any 
  6. ; reproduction of this source.
  7.  
  8. ; cassette.def : Declares the module parameters for the application.
  9.  
  10. NAME         CASSETTE
  11. DESCRIPTION  'CASSETTE Windows Application'
  12. EXETYPE      WINDOWS
  13.  
  14. CODE         PRELOAD MOVEABLE DISCARDABLE
  15. DATA         PRELOAD MOVEABLE MULTIPLE
  16.  
  17. HEAPSIZE     1024   ; initial heap size
  18. ; Stack size is passed as argument to linker's /STACK option
  19.  
  20.  
  21.